All script apps like forums or web shops save their data within a database - a set of cells and tables containing all of the Internet site information such as items, prices, comments, etc. Each time you open a particular page, the script connects to the database and retrieves the needed data, then displays it. The intermediary software that connects the script and the database is called a database management system and amongst the most widely used ones is MySQL. The latter is frequently used simply because it runs on different platforms (Windows, UNIX, Linux) and with a range of scripting languages (Python, PHP, Perl, Java), not mentioning its amazing efficiency even with massive databases. Lots of widely used platforms such as Joomla or WordPress use MySQL databases to save their content.

MySQL 5 Databases in Shared Web Hosting

You will be able to use script-driven platforms which require a MySQL database with any of the shared web hosting we provide. You can create a new database via the Hepsia web hosting CP and the amount of databases you can have at a time will depend on the package you choose. We also offer advanced options to manage your databases, such as a one-click backup and remote accessibility. With the latter option you will be able to use software on your PC to connect to a database on our web hosting servers and manage it. For easy management via the Control Panel we offer the highly efficient phpMyAdmin software tool, that will allow you to modify cells or tables and import or export whole databases using a web interface. If you employ our 1-click script installer, our system shall create a whole new database and link it to the application you have picked out automatically, so all you'll need to do to get a script-driven Internet site will be to click on the Install button.

MySQL 5 Databases in Semi-dedicated Servers

Each and every semi-dedicated server we offer features the latest version of MySQL preinstalled, to permit you to run any script app that you'd like. When you use our 1-click installer, you can create an application with a couple of clicks and our software tool will create a brand new database automatically. If you want to set up a script manually, you can create a MySQL database very easily, picking out its username and password. For your convenience, we've also added quick-access buttons to produce a backup or enable remote access to each of your databases. More advanced users can sign in to the effective phpMyAdmin instrument and modify specific cells or entire tables manually using a web interface. Inside the Databases section of the Hepsia hosting CP you'll also find hourly and daily statistics for each database which you have set up inside the account.